SftTabs/NET 6.0

BackColorSelectedStart Property, TabClass Class

Softel vdm, Inc.

Defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd), used when the tab is the current tab.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property BackColorSelectedStart As Color

C#   

public Color BackColorSelectedStart { get; set; }

C++   

public: property Color BackColorSelectedStart {
        Color get();
        void set(Color value);
}

Property Value

The starting background color used when the tab is the current tab.

The default value is Color.Empty.

Comments

The BackColorSelectedStart property defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd), used when the tab is the current tab.

If both BackColorSelectedStart and BackColorSelectedEnd are defined, the tab is rendered using a gradient fill when the tab is the current tab. On display devices that do not support gradient fills or if fewer than 65K colors are available, the BackColor property is used instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com